Autogenerated HTML docs for v1.6.3-rc2-8-gbe66 
diff --git a/config.txt b/config.txt index 3188569..d31adb6 100644 --- a/config.txt +++ b/config.txt 
@@ -429,6 +429,11 @@  index comparison to the filesystem data in parallel, allowing  overlapping IO's.   +core.unreliableHardlinks:: +	Some filesystem drivers cannot properly handle hardlinking a file +	and deleting the source right away. In such a case, you need to +	set this config variable to 'true'. +  alias.*:: 	Command aliases for the linkgit:git[1] command wrapper - e.g. 	after defining "alias.last = cat-file commit HEAD", the invocation 
diff --git a/git-clean.html b/git-clean.html index 3a29d44..ce30bd4 100644 --- a/git-clean.html +++ b/git-clean.html 
@@ -325,11 +325,12 @@  </div>   <h2 id="_description">DESCRIPTION</h2>   <div class="sectionbody">  -<div class="para"><p>Removes files unknown to git. This allows to clean the working tree  -from files that are not under version control. If the <em>-x</em> option is  -specified, ignored files are also removed, allowing to remove all  -build products.  -If any optional <tt><path>…</tt> arguments are given, only those paths  +<div class="para"><p>This allows cleaning the working tree by removing files that are not  +under version control.</p></div>  +<div class="para"><p>Normally, only files unknown to git are removed, but if the <em>-x</em>  +option is specified, ignored files are also removed. This can, for  +example, be useful to remove all build products.</p></div>  +<div class="para"><p>If any optional <tt><path>…</tt> arguments are given, only those paths   are affected.</p></div>   </div>   <h2 id="_options">OPTIONS</h2>  @@ -407,7 +408,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 2009-04-02 06:49:47 UTC  +Last updated 2009-04-26 01:41:25 UTC   </div>   </div>   </body>  
diff --git a/git-clean.txt b/git-clean.txt index 8a11450..43b2de7d 100644 --- a/git-clean.txt +++ b/git-clean.txt 
@@ -12,14 +12,17 @@    DESCRIPTION  ----------- -Removes files unknown to git. This allows to clean the working tree -from files that are not under version control. If the '-x' option is -specified, ignored files are also removed, allowing to remove all -build products. + +This allows cleaning the working tree by removing files that are not +under version control. + +Normally, only files unknown to git are removed, but if the '-x' +option is specified, ignored files are also removed. This can, for +example, be useful to remove all build products. +  If any optional `<path>...` arguments are given, only those paths  are affected.   -  OPTIONS  -------  -d:: 
diff --git a/git-config.html b/git-config.html index 4105d18..5c23364 100644 --- a/git-config.html +++ b/git-config.html 
@@ -1327,6 +1327,16 @@  overlapping IO's.</p></div>   </dd>   <dt>  +core.unreliableHardlinks  +</dt>  +<dd>  +<p>  + Some filesystem drivers cannot properly handle hardlinking a file  + and deleting the source right away. In such a case, you need to  + set this config variable to <em>true</em>.  +</p>  +</dd>  +<dt>   alias.*   </dt>   <dd>  @@ -3293,7 +3303,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 2009-04-25 08:29:43 UTC  +Last updated 2009-04-26 01:41:25 UTC   </div>   </div>   </body>  
diff --git a/git-update-server-info.html b/git-update-server-info.html index bfdcd23..d14ca0b 100644 --- a/git-update-server-info.html +++ b/git-update-server-info.html 
@@ -364,11 +364,6 @@  </li>   </ul></div>   </div>  -<h2 id="_bugs">BUGS</h2>  -<div class="sectionbody">  -<div class="para"><p>When you remove an existing ref, the command fails to update  -info/refs file unless <tt>--force</tt> flag is given.</p></div>  -</div>   <h2 id="_author">Author</h2>   <div class="sectionbody">   <div class="para"><p>Written by Junio C Hamano <gitster@pobox.com></p></div>  @@ -383,7 +378,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 2009-04-02 06:50:07 UTC  +Last updated 2009-04-26 01:41:25 UTC   </div>   </div>   </body>  
diff --git a/git-update-server-info.txt b/git-update-server-info.txt index 35d27b0..035cc30 100644 --- a/git-update-server-info.txt +++ b/git-update-server-info.txt 
@@ -39,12 +39,6 @@  * info/refs     -BUGS ----- -When you remove an existing ref, the command fails to update -info/refs file unless `--force` flag is given. - -  Author  ------  Written by Junio C Hamano <gitster@pobox.com>